←Select platform

CopyTo Method

Summary

Copies the elements of the ICollection to an array of type KeyValuePair, starting at the specified array index.

Syntax

C#
VB
C++
public void CopyTo( 
   KeyValuePair<TKey, TValue>[] array, 
   int arrayIndex 
) 
  
Public Sub CopyTo( _ 
   ByVal array() As KeyValuePair(Of TKey,TValue), _ 
   ByVal arrayIndex As Integer _ 
)  
public: 
void CopyTo(  
   array<KeyValuePair<TKey^,TValue^>>^ array, 
   int arrayIndex 
)  

Parameters

array
The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.

arrayIndex
The zero-based index in array at which copying begins.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly